With indirect recursion , an application updates table 在间接递归中,一个应用程序更新了表
To disable indirect recursion , set the 若要禁用间接递归,请使用
To disable indirect recursion , you must also set the nested triggers 若要禁用间接递归触发,还必须将
To disable indirect recursion of after triggers , also set the nested triggers 若要禁用after触发器的间接递归,还必须将
To also disable indirect recursion of after triggers , set the nested triggers server option to 若还要禁用after触发器的间接递归触发,请使用
Likewise , indirect recursion can occur when an after trigger is called for a second time , but not until another after trigger is called in between 同样,当在这两次调用之间调用其他after触发器之前第二次调用after触发器,也会发生间接递归。
Indirect recursion occurs when a trigger fires and performs an action that causes another trigger of the same type after or instead of to fire 当触发器触发并执行可以触发相同类型的另一触发器( after或instead of )的操作时,会发生间接递归。
In other words , indirect recursion can occur when an instead of trigger is called for a second time , but not until another instead of trigger is called in between 换言之,当在这两次调用之间调用其他instead of触发器之前第二次调用instead of触发器,便会发生间接递归。